home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / datacomm / xpr / xprxmodem-34.3.lzh / proto-dlink.h < prev    next >
Text File  |  1990-08-05  |  241b  |  7 lines

  1. int dl_snd(struct XPR_IO * IO, int (*getch) (struct XPR_IO * IO));
  2. int dl_rcv(struct XPR_IO * IO, void (*putch) (struct XPR_IO * IO, int ch));
  3. void bm_infoinit(struct XPR_IO * IO, int send, long size);
  4.  
  5. #define DT_TIME -1
  6. #define DT_ERR  -2
  7.